object WordSelectDlg: TWordSelectDlg Left = 198 Top = 265 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = OKBtn BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Word List Dialog' ClientHeight = 432 ClientWidth = 360 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 16 object SrcLabel: TLabel Left = 8 Top = 0 Width = 145 Height = 14 AutoSize = False Caption = 'Text' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object DstLabel: TLabel Left = 209 Top = 0 Width = 145 Height = 15 AutoSize = False Caption = 'Hot Words List:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object IncludeBtn: TSpeedButton Left = 176 Top = 15 Width = 24 Height = 24 Hint = 'Include selection in list' Caption = '>' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True OnClick = IncludeBtnClick IsControl = True end object ExcludeBtn: TSpeedButton Left = 176 Top = 47 Width = 24 Height = 24 Hint = 'Remove from the list' Caption = '<' Enabled = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True OnClick = ExcludeBtnClick IsControl = True end object ExcludeAllBtn: TSpeedButton Left = 176 Top = 79 Width = 24 Height = 24 Hint = 'Remove from the list' Caption = '<<' Enabled = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True IsControl = True end object OKBtn: TBitBtn Left = 7 Top = 197 Width = 77 Height = 24 Hint = 'Accept changes' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = OKBtnClick Kind = bkOK Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 92 Top = 197 Width = 77 Height = 24 Hint = 'Cancel chanes' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = CancelBtnClick Kind = bkCancel Margin = 2 Style = bsNew Spacing = -1 IsControl = True end object DstList: TListBox Left = 209 Top = 15 Width = 144 Height = 178 Hint = 'List of selected Words' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = DstListClick IsControl = True end object SrcTxt: TMemo Left = 8 Top = 15 Width = 161 Height = 178 Hint = 'Use mouse or cursor to select text' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ReadOnly = True ShowHint = True TabOrder = 0 end object GroupBox1: TGroupBox Left = 9 Top = 230 Width = 344 Height = 195 Caption = 'Click Response' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 object Panel2: TPanel Left = 8 Top = 16 Width = 177 Height = 129 Caption = 'Panel2' TabOrder = 0 object mDesc: TMemo Left = 8 Top = 32 Width = 161 Height = 89 Hint = 'Description of the word' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 254 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnChange = mDescChange OnClick = mDescClick end object rbDesc: TRadioButton Left = 8 Top = 8 Width = 153 Height = 17 Caption = 'Show Description' Checked = True TabOrder = 0 TabStop = True OnClick = rbDescClick end end object Panel1: TPanel Left = 196 Top = 16 Width = 131 Height = 51 TabOrder = 1 object cbFrameList: TComboBox Left = 8 Top = 19 Width = 113 Height = 24 Hint = 'List of available frames' Style = csDropDownList ItemHeight = 16 ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = cbFrameListClick end object rbFrame: TRadioButton Left = 8 Top = 1 Width = 105 Height = 17 Caption = 'Show a Frame' TabOrder = 0 OnClick = rbFrameClick end end object Panel3: TPanel Left = 196 Top = 69 Width = 131 Height = 50 TabOrder = 2 object cbWaveList: TComboBox Left = 8 Top = 19 Width = 113 Height = 24 Hint = 'List of available waves' Style = csDropDownList ItemHeight = 16 ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = cbWaveListClick end object rbWaves: TRadioButton Left = 8 Top = 1 Width = 89 Height = 17 Caption = 'Play Audio' TabOrder = 0 OnClick = rbWavesClick end end object Panel4: TPanel Left = 196 Top = 121 Width = 131 Height = 25 TabOrder = 3 object rbClose: TRadioButton Left = 8 Top = 4 Width = 57 Height = 17 Caption = 'Close' TabOrder = 0 OnClick = rbCloseClick end end object Panel5: TPanel Left = 8 Top = 152 Width = 321 Height = 35 TabOrder = 4 object SpeedButton1: TSpeedButton Left = 293 Top = 5 Width = 20 Height = 24 Caption = '...' Font.Color = clWindowText Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False OnClick = SpeedButton1Click end object txFileName: TEdit Left = 128 Top = 5 Width = 158 Height = 24 TabOrder = 0 OnChange = txFileNameChange end object rbExecute: TRadioButton Left = 8 Top = 8 Width = 113 Height = 17 Caption = 'Run Program' TabOrder = 1 OnClick = rbExecuteClick end end end object bbExtender: TBitBtn Left = 208 Top = 197 Width = 144 Height = 24 Hint = 'Define an action' Caption = 'Open Actions' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 4 OnClick = bbExtenderClick Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333393333 333333333337F3333333333333397333333333333337FF333333333333C94333 3333333333737F333333333333C9473333333333337373F3333333333CC94433 3333333337F7F7F3333333333CC94473333333333737F73F33333333CCC94443 333333337F37F37F33333333CCC94447333333337337F373F333333CCCC94444 33333337F337F337F333333CCCC94444733333373337F3373F3333CCCCC94444 4333337F3337FF337F3333CCCCC94444473333733F7773FF73F33CCCCC393444 443337F37737F773F7F33CCC33393374447337F73337F33737FFCCC333393333 444377733337F333777FC33333393333374373333337333333730000} Layout = blGlyphRight Margin = 2 NumGlyphs = 2 Style = bsNew Spacing = -1 IsControl = True end object OpenDialog1: TOpenDialog DefaultExt = 'EXE' Filter = '*.exe;*.bat|*.EXE;*.BAT|*.exe|*.EXE|*.bat|*.BAT' Options = [ofReadOnly, ofHideReadOnly, ofFileMustExist] Left = 176 Top = 120 end end